machine code

英 [məˈʃiːn kəʊd] 美 [məˈʃiːn koʊd]

n.  机器码

计算机



牛津词典

noun

  1. 机器码
    a code in which instructions are written in the form of numbers so that a computer can understand and act on them

    柯林斯词典

    1. 计算机语言;机器代码
      Machine code is a way of expressing instructions and information in the form of numbers which can be understood by a computer or microchip.

      双语例句

      1. Psyco to keep it very short is a just-in-time ( JIT) compiler of Python code into ( x86) machine code.
        Psyco可以保持代码非常简短;它是(x86)机器代码中的一个JITPython代码编译器。
      2. A JIT is a code generator that converts Java byte-code into native machine code of the host platform.
        JIT是一个代码生成器,它将Java字节码转换成宿主平台的本地代码。
      3. Aside from creating i386-specific codes for small operations, Psyco caches this compiled machine code for later reuse.
        除为小型操作创建特定于i386的代码之外,Psyco还高速缓存这个已编译的机器码以备今后重用。
      4. In this usage, a compiler would compile BCPL code into an intermediate machine code called O-code.
        在这种用法中,编译器会将BCPL代码编译成称为O-code的中间机器代码。
      5. Compilers and assemblers automatically translate representations all the way down to efficient machine code.
        编译器和汇编程序自动地将表示一直向下翻译为有效的机器代码。
      6. After interpreting a code path a certain number of times, it is compiled into machine code.
        在解释代码路径一定次数之后,会把它重新编译成机器码。
      7. In a non-virtualized environment, this object code ( which is machine independent) is compiled into the native machine code for execution on the physical platform.
        在一个非虚拟化环境中,该对象代码(独立于机器)被编译成要在物理平台上执行的本机代码。
      8. Isolating the package/ class/ method that causes problem when its code is optimized and JIT-compiled into a machine code and skipping JIT compilation of that code.
        隔离产生问题的包/类/方法,在对代码进行优化或使用JIT编译为机器代码时,跳过JIT编译对代码进行编译的步骤。
      9. Often the target language is a binary format like machine code, but not always.
        目标语言通常为二进制格式(如机器代码),但不总是这种格式。
      10. The JVM performs JIT compilation of byte code into machine code.
        JVM可将字节代码即时编译为机器代码。
      11. Second, these languages are not translated into machine code by hand.
        其次,这些语言不用手工地翻译成机器码。
      12. Point two: Every language, even machine code, has parts whose assembly can be organized and arranged using reasoning about both business and technical objectives, which relates to the first point.
        第二:每种语言,即使是机器码,都有一些组件部分,可以按照商业和技术的目标进行合理的组织和安排,这与第一点相关。
      13. Both had custom instruction sets, with programs designed in their raw machine code.
        通过在其原型机代码中设计的程序,两者都自定义了指令集。
      14. You can look at the generated machine code and see that there's a chunk of your program missing.
        您可以查看生成的机器码,查看是否漏了某块程序。
      15. The JVM interpreted the bytecodes rather than compiling them to machine code and executing the machine code directly.
        JVM解释字节码,而不是把字节码编译成机器码并直接执行机器码。
      16. We shall also examine a few of the basic machine code instructions for one computer.
        我们也要研究一下一台计算机的几条基本的机器代码指令。
      17. The jit-compiler default behavior is to generate the highest performance, hardest to debug machine code.
        jit编译器的默认行为是生成性能最高、最不易于调试的机器码。
      18. In the1940s the first computer users wrote machine code by hand.
        在1940年第一台计算机的用户写道:机器代码的手。
      19. Compiler: A system program that translates high-level language programs into machine code.
        编译程式:是一种系统程式,它把高阶层语言程式转为机器代码。
      20. Each byte offset identifies a memory address used by a machine code instruction.
        每个字节位移用于标识一个机器代码指令使用的内存地址。
      21. A written or machine code that represents a single semanteme.
        表示单个语义的一种书写码或机器码。
      22. The CPU architecture ( s) to generate machine code for.
        产生适合于CPU体系结构的机器码。
      23. The back-end compiler takes that and generates the actual machine code, or in this case IL code.
        后端编译器接收生成的抽象语法树并生成实际的机器码或IL代码。
      24. Assembler Buffer: displays the current frame as machine code.
        Assembler(汇编器)Buffer:以机器码的形式显示当前frame。
      25. The Perl interpreter then converts the byte-code representation to machine code before execution.
        然后,在执行之前,Perl解释程序把字节码表达形式转换成机器码。
      26. The name of the tool that converts assembly language into true machine code is called an "assembler".
        把汇编语言翻译成真实的机器码的工具叫汇编程序。
      27. Reflection is also known as self-modifying code, especially at the machine code and assembly language levels.
        反思也被称为自修改代码,特别是在机器代码和汇编语言的水平。
      28. A program that translates a command or operation code into machine code.
        把命令或操作代码转换为机器代码的程序。
      29. Object code ( Object language): Machine code, as translated from a source program.
        目标代码(目标语言):由主程式编译而成的机器代码。
      30. OBJECT CODE: Term synonymous with machine code.
        目标代码:机器代码的同义术语。

      英英释义

      noun

      1. a set of instructions coded so that the computer can use it directly without further translation

          Synonym:    machine language